﻿2026-06-15T14:35:15.8486189Z ##[group]Run commit_time=$(git log -1 --invert-grep --grep='\[skip ci\]' --format=%ct)
2026-06-15T14:35:15.8486903Z [36;1mcommit_time=$(git log -1 --invert-grep --grep='\[skip ci\]' --format=%ct)[0m
2026-06-15T14:35:15.8487354Z [36;1mcurrent_time=$(date +%s)[0m
2026-06-15T14:35:15.8487651Z [36;1mdiff=$((current_time - commit_time))[0m
2026-06-15T14:35:15.8487973Z [36;1m# 24 hours (86400) + 5 min buffer[0m
2026-06-15T14:35:15.8488289Z [36;1mif [ "$diff" -gt 86700 ]; then[0m
2026-06-15T14:35:15.8488676Z [36;1m  echo "No commits in the last 24 hours. Skipping nightly run."[0m
2026-06-15T14:35:15.8489067Z [36;1m  echo "skip=true" >> $GITHUB_OUTPUT[0m
2026-06-15T14:35:15.8489354Z [36;1melse[0m
2026-06-15T14:35:15.8489630Z [36;1m  echo "New commits detected. Running nightly checks."[0m
2026-06-15T14:35:15.8489988Z [36;1m  echo "skip=false" >> $GITHUB_OUTPUT[0m
2026-06-15T14:35:15.8490263Z [36;1mfi[0m
2026-06-15T14:35:15.8620616Z shell: /usr/bin/bash -e {0}
2026-06-15T14:35:15.8620933Z ##[endgroup]
2026-06-15T14:35:15.8734593Z New commits detected. Running nightly checks.
